home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / deleteuser / RCS / deleteuser.man,v < prev    next >
Text File  |  1991-06-04  |  2KB  |  110 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     91.06.04.16.59.19;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.06.03.16.32.58;  author kupfer;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Manual page for deleteuser.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Have the user manually edit the aliases file, rather than trying to
  28. update it automatically.
  29. @
  30. text
  31. @'\" Copyright 1991 Regents of the University of California
  32. '\" Permission to use, copy, modify, and distribute this
  33. '\" documentation for any purpose and without fee is hereby
  34. '\" granted, provided that this notice appears in all copies.
  35. '\" The University of California makes no representations about
  36. '\" the suitability of this material for any purpose.  It is
  37. '\" provided "as is" without express or implied warranty.
  38. '\" 
  39. '\" $Header: /sprite/src/admin/deleteuser/RCS/deleteuser.man,v 1.1 91/06/03 16:32:58 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  40. '/" 
  41. .so \*(]ltmac.sprite
  42. .HS DELETEUSER admin
  43. .BS
  44. '\" Note:  do not modify the .SH NAME line immediately below!
  45. .SH NAME
  46. deleteuser \- Delete Sprite user accounts
  47. .SH SYNOPSIS
  48. \fBdeleteuser\fR \fIname name ...\fR
  49. .SH OPTIONS
  50. .IP "\fIname\fR" 15
  51. the name of an account to be deleted.
  52. .BE
  53.  
  54. .SH DESCRIPTION
  55. .PP
  56. .B Deleteuser
  57. takes a list of account names and removes them from the system.  
  58. The user's account is removed from the password file and the user's
  59. home directory is flushed.  In addition, an editor is invoked on the
  60. system aliases file, so that the user can be removed from any mailing
  61. lists she might belong to.
  62. .PP
  63. .B Deleteuser
  64. can also remove partially created or partially deleted accounts,
  65. though it squawks a bit.
  66.  
  67. .SH KEYWORDS
  68. user, account
  69. @
  70.  
  71.  
  72. 1.1
  73. log
  74. @Initial revision
  75. @
  76. text
  77. @d9 1
  78. a9 1
  79. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.3 91/01/07 17:52:58 mottsmth Exp $ SPRITE (Berkeley)
  80. d29 3
  81. a31 10
  82. home directory is flushed.  In addition, 
  83. .I name
  84. is removed from all mailing lists in the system aliases file.
  85. (Only 
  86. .I name
  87. is deleted.  Entries like
  88. .I name@@host
  89. are left alone.  Also, aliases like
  90. .I name: forwardingList
  91. are left alone.)
  92. d34 2
  93. a35 15
  94. can also remove partially created or partially deleted accounts.
  95.  
  96. .SH BUGS
  97. The removal from the aliases file is a bit flaky.
  98. .B Deleteuser
  99. will do the Wrong Thing if
  100. .TP
  101. \(bu
  102. the account name is the last or only name in a list 
  103. .TP
  104. \(bu
  105. the account name is the only thing on a line.
  106. .TP
  107. \(bu
  108. the account name appears more than once on a line.
  109. @
  110.